const github.com/klauspost/compress/zstd.maxBlockSize
4 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L46: maxBlockSize = (1 << 21) - 1
framedec.go#L258: if !d.o.lowMem || d.history.windowSize < maxBlockSize {
framedec.go#L264: d.history.allocFrameBuffer = d.history.windowSize + maxBlockSize/2
framedec.go#L267: d.history.allocFrameBuffer = d.history.windowSize + maxBlockSize
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |